home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QRZ! Ham Radio 6
/
QRZ Ham Radio Callsign Database - Volume 6.iso
/
mac
/
files
/
amiga
/
rhinosrc.lha
/
kiss.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-04-06
|
511b
|
21 lines
#ifndef _KISS_H
#define _KISS_H
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _IFACE_H
#include "iface.h"
#endif
/* In kiss.c: */
int kiss_free __ARGS((struct iface *ifp));
int kiss_raw __ARGS((struct iface *iface,struct mbuf *data));
void kiss_recv __ARGS((struct iface *iface,struct mbuf *bp));
int kiss_init __ARGS((struct iface *ifp,int vj));
int32 kiss_ioctl __ARGS((struct iface *iface,int cmd,int set,int32 val));
void kiss_recv __ARGS((struct iface *iface,struct mbuf *bp));
#endif /* _KISS_H */